home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3478 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  590 b 

  1. Path: svusenet.ubs.ch!usenet
  2. From: Daniel Ponti <daniel.ponti@ubs.ch>
  3. Newsgroups: comp.lang.c
  4. Subject: Filesize
  5. Date: Mon, 29 Jan 1996 11:30:55 +0100
  6. Organization: Union Bank of Switzerland
  7. Message-ID: <310CA1DF.45BB@ubs.ch>
  8. NNTP-Posting-Host: wscognac.flur.zuerich.ubs.ch
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b6a (X11; I; SunOS 5.3 sun4c)
  13.  
  14. How can i get the size of a file in c?
  15. There exists one with a structure stat and a function stat, but
  16. this does not work under c++ (the function should also work in c++).
  17.